home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Helpers / Chronograph 1.03 UR / Chronograph ƒ / crontab
Encoding:
Text File  |  1994-08-13  |  1.1 KB  |  25 lines  |  [TEXT/MPCC]

  1. # Sample script for Chronograph
  2. #
  3. # Below is a sample crontab line.  It has 5 fields (space or tab separated) that
  4. # define the schedule.  These fields contain either a number, asterisk, or list
  5. # of numbers which are comma separated (no spaces).  It is followed by the full
  6. # path name to the application or file to schedule.  The full path MUST be enclosed
  7. # in quotes.  Therefore, no quotation marks may appear inside the full path name.
  8. #
  9. # The first field represents minutes after the hour (0 to 59 valid).  The second field
  10. # is the hour of day in 24 hour format (0 to 23).  The third field is the day of the
  11. # month (0 to 31).  The fourth field is the month of the year (1 to 12).  The last field
  12. # is the day of the week (0=Sunday to 6=Saturday).  An asterisk means "every".
  13. #
  14. # Examples:
  15. #
  16. # 30 5 * * 1            5:30 AM every Monday
  17. # 30 5 * * *            5:30 AM every day
  18. # 30 * * * *            30 minutes past each hour, each day
  19. # 0 17 * * 1,2,3,4,5    5:00 PM Monday through Friday
  20. # * * 15 * *            every minute of every hour on the 15th day of every month
  21. #
  22. # Example Line:
  23. #
  24. # * * * * * "HardDrive:Folder:SubFolder1:SubFolder2:...:ApplicationOrFile"
  25.